home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / cm402.lzh / README.ST < prev    next >
Text File  |  1990-10-12  |  2KB  |  67 lines

  1. ConfMail-ST 4.01 - 12th October 1990
  2. ------------------------------------
  3.  
  4. Introduction:
  5. ------------
  6.  
  7. This is a straight conversion from the PC version of ConfMail 4.00 compiled
  8. with Lattice C version 5 with global optimising enabled.  It should all 
  9. work exactly as described for the PC version, though I did find a few odd 
  10. little bugs and things in the original source and I also converted it into 
  11. ANSI style code for better error detections and warnings.  It compiles now 
  12. with no warning or errors.
  13.  
  14. The reasons I reconverted it were
  15.  a) To overcome the minor bugs of Peter Glasmacher's conversion which 
  16.     randomly swapped bytes around in messages and packets.
  17.  b) To allow me to add changes later on to make it work better or 
  18.     incorporate it into my FiFo (Fido<->FoReM) program.
  19.  
  20.  
  21. To New Users
  22. ------------
  23.  
  24. Print out and read CONFMAIL.DOC.  ConfMail works best when used in 
  25. conjunctions with oMMM and BinkleyTerm.
  26.  
  27.  
  28. To users of Peter Glasmacher's version
  29. --------------------------------------
  30.  
  31. You can simply replace the old version of the program with this one.
  32.  
  33. You should no longer need to use CMFIX, which was written to get round a 
  34. bug in Peter Glasmacher's port several years ago.  However it won't do any 
  35. harm if you do.
  36.  
  37. Comments
  38. --------
  39.  
  40. When using the ARC options you must include the full path and name of the 
  41. archive program.  It is a good idea to use John Webb's WhatArc program for 
  42. this and to let ConfMail unarchive incoming packets, but to let something 
  43. like oMMM do the Arcing of outgoing packets.
  44. e.g.
  45.   ConfMail.ttp IMPORT -N -A C:\BIN\WHAT.TTP X
  46.   ConfMail.ttp EXPORT -R -O F:\BT\HOLD
  47.  
  48. The PC source code is not very well structured and so it is possible that 
  49. there may be somewere that it still does not reverse the byte ordering when 
  50. reading/writing files.  I have tested with a lot of real message packets 
  51. and messages and it always seems to work for me.
  52.  
  53. Feedback
  54. --------
  55.  
  56. Please report any bugs or suggestions to me...
  57.  
  58. Steven Green
  59. My Little Phoney, +44-865-773277
  60. Fido: 2:252/25, 2:2/502, FNET: 1004
  61. sgreen@cix.uucp
  62.  
  63. This program is distributed in 3 forms:
  64.      CM401.LZH : The full archive containing program and Documents
  65.  CM401_EXE.LZH : Just the Executable and update notes.
  66.  CM401_SRC.LZH : The C source code.
  67.